home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / raytr / r3rmpcel.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  2.2 KB  |  80 lines

  1.  
  2. // JavaScript wrapper for r3rmpcel.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_RENDERMATPROPCELLNOISE_H = 1;
  7. include("real/raytr/r3rmprop.js")
  8.  
  9.  
  10. var R3CLID_RMPCELLNOISE = 1517;
  11.  
  12.  
  13.  
  14.  
  15. R3RMPCNA_1D = 1517504;
  16. function SetR3RMPCNA_1D(value) {
  17.   R3Set(this.r3obj, R3RMPCNA_1D, value, R3TID_BOOLEAN, 0); 
  18. }
  19.  
  20. R3RMPCNA_Additive = 1517505;
  21. function SetR3RMPCNA_Additive(value) {
  22.   R3Set(this.r3obj, R3RMPCNA_Additive, value, R3TID_BOOLEAN, 0); 
  23. }
  24.  
  25. R3RMPCNA_Degree = 1517506;
  26. function SetR3RMPCNA_Degree(value) {
  27.   R3Set(this.r3obj, R3RMPCNA_Degree, value, R3TID_INTEGER, 0); 
  28. }
  29.  
  30. R3RMPCNA_AmplitudeVariation = 1517507;
  31. function SetR3RMPCNA_AmplitudeVariation(value) {
  32.   R3Set(this.r3obj, R3RMPCNA_AmplitudeVariation, value, R3TID_FLOAT, 0); 
  33. }
  34.  
  35. R3RMPCNA_SupportVariation = 1517508;
  36. function SetR3RMPCNA_SupportVariation(value) {
  37.   R3Set(this.r3obj, R3RMPCNA_SupportVariation, value, R3TID_FLOAT, 0); 
  38. }
  39.  
  40. R3RMPCNA_Support = 1517509;
  41. function SetR3RMPCNA_Support(value) {
  42.   R3Set(this.r3obj, R3RMPCNA_Support, value, R3TID_FLOAT, 0); 
  43. }
  44.  
  45. R3RMPCNA_PositionVariation = 1517510;
  46. function SetR3RMPCNA_PositionVariation(value) {
  47.   R3Set(this.r3obj, R3RMPCNA_PositionVariation, value, R3TID_FLOAT, 0); 
  48. }
  49.  
  50. R3RMPCNA_Shape = 1517511;
  51. function SetR3RMPCNA_Shape(value) {
  52.   R3Set(this.r3obj, R3RMPCNA_Shape, value, R3TID_INTEGER, 0); 
  53. }
  54.  
  55. R3RMPCNA_SymmetryVariation = 1517512;
  56. function SetR3RMPCNA_SymmetryVariation(value) {
  57.   R3Set(this.r3obj, R3RMPCNA_SymmetryVariation, value, R3TID_VECTOR, 0); 
  58. }
  59.  
  60.  
  61.  
  62. function r3Rmpcellnoise () { 
  63.    this.base = r3God;
  64.    if(arguments.length) {
  65.       this.base(R3CLID_RMPCELLNOISE, arguments);
  66.    }
  67.    // Attributes
  68.    this.Set1D=SetR3RMPCNA_1D;
  69.    this.SetAdditive=SetR3RMPCNA_Additive;
  70.    this.SetDegree=SetR3RMPCNA_Degree;
  71.    this.SetAmplitudeVariation=SetR3RMPCNA_AmplitudeVariation;
  72.    this.SetSupportVariation=SetR3RMPCNA_SupportVariation;
  73.    this.SetSupport=SetR3RMPCNA_Support;
  74.    this.SetPositionVariation=SetR3RMPCNA_PositionVariation;
  75.    this.SetShape=SetR3RMPCNA_Shape;
  76.    this.SetSymmetryVariation=SetR3RMPCNA_SymmetryVariation;
  77. }
  78.  
  79. r3Rmpcellnoise.prototype=new r3Rmatprop;
  80. // r3rmpcel.h_H